projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4adf062
)
(AC_CHECK_LIB): Add -lintl.
author
Paul Eggert
<eggert@twinsun.com>
Fri, 7 Nov 1997 23:19:12 +0000
(23:19 +0000)
committer
Paul Eggert
<eggert@twinsun.com>
Fri, 7 Nov 1997 23:19:12 +0000
(23:19 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index b0ad775f183f21ceb02e41ca0c0e1a81ad28d4c8..1adb6134d6b6d68fc3f745a23bfda8b61ce298fd 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1610,6
+1610,10
@@
if test "${with_kerberos+set}" = set; then
AC_CHECK_HEADERS(com_err.h)
fi
+# Solaris requires -lintl if you want strerror (which calls dgettext)
+# to return localized messages.
+AC_CHECK_LIB(intl, dgettext)
+
AC_MSG_CHECKING(whether localtime caches TZ)
AC_CACHE_VAL(emacs_cv_localtime_cache,
[if test x$ac_cv_func_tzset = xyes; then